翻訳と辞書
Words near each other
・ FMA AeC.2
・ FMA AeC.3
・ FMA AeMB.2
・ FMA AeT.1
・ FMA Architects
・ FMA Australia
・ FMA I.Ae. 27 Pulqui I
・ FMA I.Ae. 37
・ FMA I.Ae. 48
・ FMA IA 50 Guaraní II
・ FMA IA 58 Pucará
・ FMA IA 62
・ FMA IA 63 Pampa
・ FMA IA-59
・ FMA IAe 33 Pulqui II
FMA instruction set
・ FMA Pulqui
・ FMA SAIA 90
・ FMB
・ FMC
・ FMC Corporation
・ FMC Corporation (Fridley Plant)
・ FMC Technologies
・ FMC XR311
・ FMCA
・ FMCG
・ FMCS
・ FMD
・ FMDG
・ FME


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

FMA instruction set : ウィキペディア英語版
FMA instruction set

The FMA instruction set is an extension to the 128 and 256-bit Streaming SIMD Extensions instructions in the x86 microprocessor instruction set to perform fused multiply–add (FMA) operations.〔"FMA3 and FMA4 are not instruction sets, they are individual instructions -- fused multiply add. They could be quite useful depending on how Intel and AMD implement them" 〕 There are two variants:
* FMA4 is supported in AMD processors starting with the Bulldozer architecture. FMA4 was realized in hardware before FMA3.
* FMA3 is supported in AMD processors starting with the Piledriver architecture and Intel starting with Haswell processors and Broadwell processors since 2014.
==New instructions==
FMA3 and FMA4 instructions have almost identical functionality but are not compatible. Both contain fused multiply–add (FMA) instructions for floating point scalar and SIMD operations, but FMA3 instructions have three operands while FMA4 ones have four. The FMA operation has the form ''d'' = round(''a'' × ''b'' + ''c'') where the round function performs a rounding to allow the result to fit within the destination register if there are too many significant bits to fit within the destination.
The 4-operand form (FMA4) allows ''a'', ''b'', ''c'' and ''d'' to be four different registers, while the 3-operand form (FMA3) requires that ''d'' be the same register as ''a'', ''b'' or ''c''. The 3-operand form makes the code shorter and the hardware implementation slightly simpler while the 4-operand form provides more programming flexibility.
See XOP instruction set for more discussion of compatibility issues between Intel and AMD.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「FMA instruction set」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.